home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ansi / martin.zip / MARTIN.TXT < prev    next >
Text File  |  1990-12-22  |  1KB  |  23 lines

  1. MARTIN fractal program by Alan Meiss
  2.  
  3. MARTIN is a "screen-saver" fractal graphics display written in Turbo
  4. Pascal 4.0 using a formula developed by Barry Martin of Aston University
  5. and listed in "Dynamical Systems and Fractals", an excellent book by
  6. Karl-Heinz Becker and Michael Dörfler, Cambridge University Press, 1990.
  7. The central formula that generates the myriad beautiful fractal designs
  8. takes only two lines of code, and involves nothing more complex than the
  9. square root function!
  10.  
  11. MARTIN1 will run on computers equipped with a math coprocessor, and MARTIN2
  12. more slowly on those not.  MARTIN.PAS is the Turbo Pascal source code, 
  13. released in the public domain for all to modify and enjoy.  MARTIN may be
  14. run with an integer number as a command line parameter specifying how many
  15. cycles (color changes) should be made before starting a new design, and
  16. pressing a key while running will manually move on to a new design.
  17.  
  18. Alan Meiss
  19. 2626 Parkwood Drive
  20. Speedway, IN  46224
  21.  
  22. Internet: ameiss@gn.ecn.purdue.edu
  23.